home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / cnet / cn305c_2.lha / support / FidoNet / Method2.examples / TrapDoor.cfg < prev   
Text File  |  1994-02-13  |  4KB  |  168 lines

  1. ; METHOD 2 - Trapdoor answers ALL CALLS, transfers control to CNet for BBS.
  2.  
  3. ; This is an edited version of a TrapDoor config file which was tested on the
  4. ; CNet main support BBS, Future World. 
  5.  
  6. ; Note the use of the "bbswake" command to transfer control to a BBS port!
  7. ; To prepare the system, the port which will be "spawned" by TrapDoor
  8. ; must be opened from the CNet Control Panel, and then must be made
  9. ; "Offline" using the pull-down menu item from the port's screen.
  10.  
  11. ; Finally you must "Write" the control panel settings so the CNet port
  12. ; will always default to "Offline".
  13.  
  14. NODE 1:2410/215.0
  15. AKA "911:7000/0 911:7000/1 911:7000/2 1:2410/215"
  16. NAME "Future World! --> CNet BBS Headquarters"
  17. SYSOP "Jim Selleck"
  18.  
  19. ; Point setup: set up the password for your boss node here.
  20. ; Leave this unset ("") to operate a node or set it to
  21. ; something else to not accept calls from unlisted nodes.
  22.  
  23. PASSWORD ""
  24. BAUD 19200
  25. LOCK
  26. MINBAUD 1200
  27. NOMAXBAUD
  28.  
  29. ; Point setup: set this to your boss' FidoNet address.
  30. ; Set this to your own address when running a node.
  31.  
  32. BOSS 1:2410/215.0
  33.  
  34. OUTBOUND "Mail:Outbound"
  35. INBOUND  "Mail:Inbound"
  36. NODELIST "NodeList:"
  37.  
  38. ; This is the number of rings that TrapDoor will wait
  39. ; before answering the phone. If you don't want TrapDoor
  40. ; to answer the phone, just set this to RINGS 9999.
  41.  
  42. RINGS 1
  43.  
  44. ; A banner line that will be displayed to human callers.
  45. ; Instead of specifying a string, you can also send out
  46. ; a complete banner file here. The second line gives you
  47. ; an example of that.
  48.  
  49. ; BANNER "Future World! --> CNet BBS Headquarters"
  50. BANNER "<mail:Banner"
  51.  
  52. ; This is the commandline that TrapDoor will execute when
  53. ; a user presses Escape to enter the BBS.
  54. ; To disable the BBS, use BBSMODE NONE or omit the statements.
  55.  
  56. BBSCOMMAND "CNet:bbswake port 1 baud %B lock %b"
  57. BBSINOUT ""
  58. BBSMODE SPAWN
  59. BBSMESSAGE "Outside of Network-Only hours, hit ESCAPE or '/' TWICE for the BBS: "
  60.  
  61. ; In addition to the Escape key, you can specify another
  62. ; character that users can press twice to enter the BBS.
  63. ; WARNING: Do not use an asterisk ('*') here!
  64.  
  65. BBSCHAR '/'
  66.  
  67. ; On Future World, we wrote a short AmigaDOS script file to first backup
  68. ; the inbound files and then run CNet:Toss to import and export messages
  69. ; from the BBS.
  70.  
  71. AFTERSESSION "run execute s:Toss-Backup"
  72.  
  73. ; This defines the name of the logfile for TrapDoor.
  74.  
  75. LOGFILE "Mail:TrapDoor.Log"
  76. DIALER ""
  77.  
  78. ; Here are the optional loglevels for various logging groups.
  79.  
  80. ; LOGLEVEL 0:2      ; debugger
  81. ; LOGLEVEL 1:2      ; link
  82. ; LOGLEVEL 2:2      ; transfer
  83. ; LOGLEVEL 3:2      ; system
  84. ; LOGLEVEL 4:2      ; modem
  85. ; LOGLEVEL 5:2      ; session
  86. ; LOGLEVEL 6:7      ; security
  87. ; LOGLEVEL 7:2      ; outside
  88. ; LOGLEVEL 8:7      ; information
  89. ; LOGLEVEL 9:2      ; scheduler
  90.  
  91. ; If you have a "slow" modem, set this to higher values.
  92.  
  93. SLOWMODEM 10
  94.  
  95. ; This is the setup we use for our USR HST dual standard 16.8K modem
  96.  
  97. MODEMINIT     "~~ATZ|~~~~~ATPH0V1X7M0E0E0S2=31S0&B1&H1&D3|~~"
  98. MODEMDIALPRE  "ATDP"
  99. MODEMDIALPOST "|"
  100. MODEMANSWER   "ATA|"
  101. MODEMHANGUP   "|^"
  102.  
  103. ; This is a more generic modem setup
  104.  
  105. ; MODEMINIT "~~ATZ|~~~~"
  106. ; MODEMHANGUP "||^|"
  107. ; MODEMDIALPRE "~~ATS7=60B1X7DP"
  108. ; MODEMDIALPOST "|"
  109. ; MODEMANSWER "~~ATS7=25B0A|"
  110.  
  111. ARQSTRING "ARQ"
  112. SNIFFARQ
  113.  
  114. ; This informs TrapDoor which Amiga device is your
  115. ; serial device. For example, a Supra 2400zi modem
  116. ; needs SERIALNAME "modem0.device".
  117.  
  118. SERIALNAME "serial.device"
  119. SERIALUNIT 2
  120. SERIALFLAGS 0
  121. ADJUST 0
  122. SHARED
  123. DSR
  124. 7WIRE
  125.  
  126. ; This tells TrapDoor what command to execute to handle
  127. ; incoming File Requests. Please consult the manual for
  128. ; a more detailed description.
  129. ; To turn off File Requests, use FREQUEST "".
  130.  
  131. FREQUEST ""
  132.  
  133. ; This is the name of TrapDoor's ARexx port.
  134. ; If you have multiple lines, you need to change this
  135. ; for each line.
  136.  
  137. REXXNAME "TrapDoor"
  138.  
  139. ; Where should TrapDoor put its windows?
  140. ; Note that on NTSC machines and their smaller screens,
  141. ; you will have to change the value of STATWINDOW.
  142.  
  143. LOGWINDOW 30/15/580/133
  144. STATWINDOW 30/155/580/44
  145. SCREENMODE PUBLIC
  146. PUBSCREENNAME Trapdoor
  147. BACKGROUND
  148. NOAUTOOVERSCAN
  149. NOINTERLACE
  150. ; QUIET
  151. ; COLORS 2560/4095/10/160
  152. COLORS $AAA/$000/$DDC/$66A
  153. RETRIES 30
  154. REDIALDELAY 5
  155. NOQUIET
  156. NOSWEPULSE
  157. ANSWER
  158.  
  159. ; Enable accounting with ACCOUNTING and specify accounting
  160. ; limits. The template for ACCTMAX is:
  161. ; ACCTMAX "cost calls-out failed-sessions busy nocarrier voice"
  162.  
  163. ; ACCOUNTING
  164. ; ACCTMAX "3000 20 2 20 5 2"
  165.  
  166. BEEPDISPLAY
  167. RINGINGS 5
  168.